-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX-754 Style Dictionary #1029
Merged
Merged
UX-754 Style Dictionary #1029
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1026) * UX-747 Add Style Dictionary basic setup * UX-747 Add box-shadow * UX-747 Update to a temporary package name * UX-747 Update readme.md * UX-747 Fix spelling error
* UX-750 Add SCSS map and function generation * UX-750 Interpolate string so quotes are not needed by end user * UX-750 Fix font size tokens
* UX-749 Generate JS token files * UX-749 Update deprecated token file name * UX-749 Use 'legacy' instead of 'deprecated'
* UX-752 Add meta file generation * UX-752 Add index.js file entry point * UX-752 Some clean up * UX-752 More clean up
* UX-755 Harden design tokens * UX-755 Add sd package to lerna
logansparlin
approved these changes
Dec 6, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newer updates look good, I feel good about merging this into next-7.0.0
jonambas
added a commit
that referenced
this pull request
Dec 13, 2021
* UX-747 & UX-748: Add Style Dictionary and CSS custom properties file (#1026) * UX-747 Add Style Dictionary basic setup * UX-747 Add box-shadow * UX-747 Update to a temporary package name * UX-747 Update readme.md * UX-747 Fix spelling error * UX-750 Add SCSS map and function generation (#1027) * UX-750 Add SCSS map and function generation * UX-750 Interpolate string so quotes are not needed by end user * UX-750 Fix font size tokens * UX-749 Generate JS token files (#1028) * UX-749 Generate JS token files * UX-749 Update deprecated token file name * UX-749 Use 'legacy' instead of 'deprecated' * UX-752 Generate meta token file (#1030) * UX-752 Add meta file generation * UX-752 Add index.js file entry point * UX-752 Some clean up * UX-752 More clean up * UX-755 Harden design tokens (#1032) * UX-755 Harden design tokens * UX-755 Add sd package to lerna * UX-754 Prepare design token package * UX-754 Prepare design token package part 2 * UX-754 Update readme * UX-754 Update snapshots * UX-754 Fix color-white and color casing in tests * UX-754 Fix color-white types
logansparlin
added a commit
that referenced
this pull request
Jan 3, 2022
* UX-732 Create new matchbox-css library (#1031) * UX-732 Create new matchbox-css library * UX-732 remove prettier * UX-733 Create color utility classes (#1033) * UX-754 Style Dictionary (#1029) * UX-747 & UX-748: Add Style Dictionary and CSS custom properties file (#1026) * UX-747 Add Style Dictionary basic setup * UX-747 Add box-shadow * UX-747 Update to a temporary package name * UX-747 Update readme.md * UX-747 Fix spelling error * UX-750 Add SCSS map and function generation (#1027) * UX-750 Add SCSS map and function generation * UX-750 Interpolate string so quotes are not needed by end user * UX-750 Fix font size tokens * UX-749 Generate JS token files (#1028) * UX-749 Generate JS token files * UX-749 Update deprecated token file name * UX-749 Use 'legacy' instead of 'deprecated' * UX-752 Generate meta token file (#1030) * UX-752 Add meta file generation * UX-752 Add index.js file entry point * UX-752 Some clean up * UX-752 More clean up * UX-755 Harden design tokens (#1032) * UX-755 Harden design tokens * UX-755 Add sd package to lerna * UX-754 Prepare design token package * UX-754 Prepare design token package part 2 * UX-754 Update readme * UX-754 Update snapshots * UX-754 Fix color-white and color casing in tests * UX-754 Fix color-white types * UX-735 Add spacing & sizing tokens to utility library (#1034) * UX-735 add spacing / sizing tokens and use new token structure * Add matchbox-css to lerna.json * UX-734, UX-736, UX-737, UX-738, UX-739, UX-740, UX-741 Create design token utility classes (#1035) * UX-756 matchbox-css cleanup and tests (#1040) * UX-756 CSS Library Cleanup & Tests * UX-756 add CSS spec * UX-756 remove snapshot * UX-756 update CSS spec file to fix bugs * Add Readme.md for matchbox-css library * Add Readme.md for matchbox-css library Co-authored-by: Jon Ambas <jon@jonambas.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Changed
design-token
package with Style DictionaryHow To Test or Verify
PR Checklist
type
label